From 7b41b47502ce1875f0ccb545c9c30c4fe0a28e0e Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Fri, 24 Mar 2006 10:34:40 -0700 Subject: [PATCH] [IA64] trivial compilation fix (debugger.h) Signed-off-by: Isaku Yamahata --- xen/include/asm-ia64/debugger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/asm-ia64/debugger.h b/xen/include/asm-ia64/debugger.h index 9d59159fc6..2b895cb1c7 100644 --- a/xen/include/asm-ia64/debugger.h +++ b/xen/include/asm-ia64/debugger.h @@ -22,8 +22,6 @@ #ifndef __ASM_DEBUGGER_H__ #define __ASM_DEBUGGER_H__ -#include - // this number is an arbitary number which is not used for any other purpose // __builtin_trap(), FORCE_CRASH() 0x0 // ski 0x80001, 0x80002 @@ -38,6 +36,8 @@ #ifndef __ASSEMBLY__ +#include +#include #include void show_registers(struct cpu_user_regs *regs); -- 2.30.2